Skip to content

feat: Create a dockerfile for cachew#63

Merged
nssherpa merged 4 commits intomainfrom
docker
Jan 29, 2026
Merged

feat: Create a dockerfile for cachew#63
nssherpa merged 4 commits intomainfrom
docker

Conversation

@nssherpa
Copy link
Copy Markdown
Contributor

@nssherpa nssherpa commented Jan 27, 2026

Images are pushed to blox ecr account for now, repository.

Testing

Docker image is being built and pushed to ghcr.io, tested via this branch https://github.com/block/cachew/pkgs/container/cachew

Downloaded the test image ran and tested with cachew cli.

docker pull ghcr.io/block/cachew:pr-63
Screenshot 2026-01-28 at 1 48 07 PM
Screenshot 2026-01-28 at 1 48 27 PM

@nssherpa nssherpa force-pushed the docker branch 3 times, most recently from 67e1bcb to 48bfa66 Compare January 28, 2026 00:42
@nssherpa nssherpa marked this pull request as ready for review January 28, 2026 00:55
@nssherpa nssherpa requested a review from a team as a code owner January 28, 2026 00:55
@nssherpa nssherpa requested review from js-murph and removed request for a team January 28, 2026 00:55
@nssherpa nssherpa force-pushed the docker branch 2 times, most recently from bdfa553 to edc19ae Compare January 28, 2026 02:22
Comment thread Justfile Outdated
GIT_COMMIT := `git rev-parse HEAD 2>/dev/null || echo "unknown"`
TAG := `git rev-parse --short HEAD 2>/dev/null || echo "dev"`
RELEASE := "dist"
REGISTRY := env_var_or_default("REGISTRY", "268271485387.dkr.ecr.us-west-2.amazonaws.com")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiousity where is this? Is this an account for OSS artifacts?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is internal, I think we should consider using ghcr or docker hub and then republishing internally via another mechanism

Comment thread Justfile
@nssherpa nssherpa force-pushed the docker branch 2 times, most recently from b6b6791 to 51d212c Compare January 28, 2026 20:59
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested pushing to ghcr from this branch

@nssherpa nssherpa merged commit 8afcea8 into main Jan 29, 2026
6 checks passed
@nssherpa nssherpa deleted the docker branch January 29, 2026 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants